home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 076-100 / disk_093 / dme / globals.c < prev    next >
C/C++ Source or Header  |  1992-05-06  |  352b  |  24 lines

  1.  
  2. /*
  3.  * GLOBALS.C
  4.  *
  5.  *    (C)Copyright 1987 by Matthew Dillon, All Rights Reserved
  6.  */
  7.  
  8. #include "defs.h"
  9.  
  10. #define TU        titleupdate = 1
  11. #define nomemory()  {memoryfail = 1; TU;}
  12.  
  13. ED E, *Ep;            /* Current File */
  14. ED *Base;            /* doubly linked list of Files    */
  15.  
  16. char Nsu;
  17. char Savetabs;
  18. char titleupdate;
  19. char memoryfail;
  20. u_char Current[256];
  21. short Clen;
  22.  
  23.  
  24.